BookingUSB-Ping接口
编辑于: 2023-05-24 15:28
目录
介绍
此API用于渠道调用 DerbySoft GO 的接口来检查其 API 是否正常工作。
GET /ping HTTP/1.1 URL:{{endpoint}}/ping?distributorId={{distributorId}} Authorization:Bearer 53ac07777cdffac2d53000002d698728ce964432d7167596bc005c5fc Accept-Encoding: gzip Content-Encoding: gzip Content-Type: application/json;charset=utf-8
参数
名字 | 描述 | 必要字段? | 类型 | 示例 |
---|---|---|---|---|
distributorId | 渠道 ID | Y | string | TUI |
响应示例
- 成功响应(HTTP状态200)
"ok"
- 错误响应 (HTTP Status 401)
{ "error": "Key not authorised" }
- 错误响应 (HTTP Status 500 )
{ "errorCode": "InvalidField", "errorMessage": "Invalid Message" }
此回答是否有所帮助? 是 否
Send feedback